/*暂停播放为圆形*/
.video-js .vjs-big-play-button{
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115,133,159,.5);
    border-width: 0.15em;
    margin-top: -1.25em;
    top: 50%;
    left: 50%;
    margin-left: -1.25em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}
/*暂停时屏幕出现按钮*/
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}
.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

/*播放条图标调整*/

.vjs-menu-button-popup .vjs-menu .vjs-menu-content{overflow: hidden;}
.video-js .vjs-time-control{font-size: 1.5em;}
.vjs-playback-rate .vjs-playback-rate-value{font-size: 1.5em;line-height: 2.8em;}
.video-js .vjs-live-control{font-size: 1.3em}
.video-js .vjs-control-bar{height: 4em;}
.vjs-button > .vjs-icon-placeholder:before{
    font-size: 2.5em;
}

.video-js .vjs-volume-bar{margin: 1.9em 0.45em 0px;}